home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Equipement
/
hMailServer
/
hMailServer-4.1-Build-136.exe
/
{app}
/
Addons
/
Squirrelmail Plugins
/
hmailserver_vacation
/
functions.php
next >
Wrap
PHP Script
|
2004-07-06
|
456b
|
19 lines
<?php
function hmailserver_vacation_opt_do() {
global $optpage_blocks;
$optpage_blocks[] = array(
'name' => _("Vacation / Autoresponder"),
'url' => '../plugins/hmailserver_vacation/options.php',
'desc' => _("Set up an auto-reply message for your incoming email. This can be useful when you are away on vacation."),
'js' => FALSE
);
}
?>